home *** CD-ROM | disk | FTP | other *** search
/ Virtual Vibrations / Virtual Vibrations.iso / mac / Virtual Vibrations / STAR.DXR / 00019.ls < prev    next >
Encoding:
Text File  |  1994-10-28  |  171 b   |  13 lines

  1. on enterFrame
  2.   global voice
  3.   puppetPalette("interactive palette")
  4.   if not (voice = 1) then
  5.     sound stop 2
  6.   end if
  7. end
  8.  
  9. on exitFrame
  10.   global fixpal
  11.   patchpal()
  12. end
  13.